ADODB_Error_Handler (line 26)
Default Error Handler. This will be called with the following params
void
ADODB_Error_Handler
($dbms $dbms, $fn $fn, $errno $errno, $errmsg $errmsg, [mixed $p1 = false], [mixed $p2 = false])
-
$fn
$fn: the name of the calling function (in uppercase)
-
$dbms
$dbms: the RDBMS you are connecting to
-
$errno
$errno: the native error number from the database
-
$errmsg
$errmsg: the native error msg from the database